From 089defd74934a2eb4e4acbc21aea892d161fb409 Mon Sep 17 00:00:00 2001 From: Simon McVittie Date: Fri, 8 May 2020 21:33:33 +0100 Subject: [PATCH] Move to debhelper compat level 13 Adjust dh_auto_test arguments accordingly: they were previously passed to `ninja test` and are now for `meson test`. --- debian/control | 2 +- debian/control.in | 2 +- debian/rules | 6 +++++- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/debian/control b/debian/control index ea38999a5e..9009c1311f 100644 --- a/debian/control +++ b/debian/control @@ -6,7 +6,7 @@ Uploaders: Emilio Pozuelo Monfort , Iain Lane , at-spi2-core , dbus , - debhelper-compat (= 12), + debhelper-compat (= 13), docbook-xml, docbook-xsl, dpkg-dev (>= 1.17.14), diff --git a/debian/control.in b/debian/control.in index 9260b58ce4..22c5cbd604 100644 --- a/debian/control.in +++ b/debian/control.in @@ -6,7 +6,7 @@ Uploaders: @GNOME_TEAM@ Build-Depends: adwaita-icon-theme , at-spi2-core , dbus , - debhelper-compat (= 12), + debhelper-compat (= 13), docbook-xml, docbook-xsl, dpkg-dev (>= 1.17.14), diff --git a/debian/rules b/debian/rules index d025c29e05..7db519eff2 100755 --- a/debian/rules +++ b/debian/rules @@ -183,7 +183,11 @@ ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS))) --generate en_US.UTF-8 \ --generate sv_SE \ -- \ - dh_auto_test --builddirectory=debian/build/deb -- -k 0 -j 1 || true + dh_auto_test \ + --no-parallel \ + --builddirectory=debian/build/deb \ + -- \ + || true endif override_dh_auto_install: -- 2.30.2